net/http.http2priorityNode.q (field)
8 uses
	net/http (current package)
		h2_bundle.go#L11164: 	q            http2writeQueue        // queue of pending frames to write
		h2_bundle.go#L11226: 	if !n.q.empty() && f(n, openParent) {
		h2_bundle.go#L11346: 		q:      *ws.queuePool.get(),
		h2_bundle.go#L11373: 	q := n.q
		h2_bundle.go#L11375: 	n.q.s = nil
		h2_bundle.go#L11398: 			q:      *ws.queuePool.get(),
		h2_bundle.go#L11471: 	n.q.push(wr)
		h2_bundle.go#L11480: 		wr, ok = n.q.consume(limit)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |